(syms_of_coding) <translation-table-for-input>: Modify doc string to
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 10:49:39 +0000 (10:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 10:49:39 +0000 (10:49 +0000)
discourage use for character code unification.

src/coding.c

index d35ece7f2739388eaa6823f4b86e1c09a154decd..313fac1526d968661b4738f77ab2b680028d5443 100644 (file)
@@ -10439,7 +10439,11 @@ decode text as usual.  */);
   DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input,
               doc: /* Char table for translating self-inserting characters.
 This is applied to the result of input methods, not their input.
-See also `keyboard-translate-table'.  */);
+See also `keyboard-translate-table'.
+
+Use of this variable for character code unification was rendered
+obsolete in Emacs 23.1 and later, since Unicode is now the basis of
+internal character representation.  */);
     Vtranslation_table_for_input = Qnil;
 
   {